runtime.m.nextp (field)
15 uses
runtime (current package)
proc.go#L1723: if mp.nextp != 0 {
proc.go#L1726: mp.nextp.set(p)
proc.go#L1870: acquirep(gp.m.nextp.ptr())
proc.go#L1871: gp.m.nextp = 0
proc.go#L2789: mp.nextp.set(pp)
proc.go#L2927: acquirep(gp.m.nextp.ptr())
proc.go#L2928: gp.m.nextp = 0
proc.go#L3030: if nmp.nextp != 0 {
proc.go#L3038: nmp.nextp.set(pp)
proc.go#L3188: acquirep(gp.m.nextp.ptr())
proc.go#L3189: gp.m.nextp = 0
proc.go#L3201: if mp.nextp != 0 {
proc.go#L3207: mp.nextp.set(pp)
proc.go#L6065: mp.nextp.set(pp)
runtime2.go#L568: nextp puintptr
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |